home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / BSQ.ZIP / BSQCPM.DOC < prev    next >
Text File  |  1986-04-20  |  904b  |  20 lines

  1. Additional notes for the CP/M-80 version of BSQ
  2.  
  3. The file BSQCPM.BSQ contains a BSQ'd (using the "bootstrap" option)
  4. version of BSQ, compiled under Aztec C V1.06D.  To convert this
  5. file to BSQ.COM, upload the BSQBOOT.HEX file and convert it to a
  6. .COM file using load or DDT.  Run BSQBOOT and it will read
  7. BSQCPM.BSQ and write BSQ.COM.  You can then use BSQ.COM to convert
  8. other binary files for PBBS storage and retrieval.
  9.  
  10. A feature of interest is provided by Aztec C: a file name specified
  11. to BSQ can contain a user area specification.  The syntax is:
  12.    u/d:filename.typ
  13. where "u" is the user area.  For example, 8/B:MYFILE.TXT would
  14. specify a file named MYFILE.TXT on drive B in user area 8.
  15. Any valid user area, from 0 to 31, can be specified, although
  16. you should be aware that only user areas up to 15 can be set as
  17. the default user area by the CP/M "USER" command.
  18.  
  19. KE3Z 4/9/86
  20.